home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / macstart.dcr / 00050_qtTest.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  164 b   |  9 lines

  1. on alertHook me, err, msg
  2.   if the machineType = 256 then
  3.     open("releaser.exe")
  4.   end if
  5.   set movi to the moviePath & "qtinst.dcr"
  6.   go(1, movi)
  7.   return 1
  8. end
  9.